GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-31T06:41:25.2444243+00:00",
"SubmitDate": "2026-05-31T06:41:25.2444243+00:00",
"ReportPeriodStart": "2026-05-31T06:41:25.2444243+00:00",
"ReportPeriodEnd": "2026-05-31T06:41:25.2444243+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fb5839e4-c0b8-425f-bc50-12be971491f6",
"Rows": [
{
"ItemId": "39b77d45-1229-41db-a320-ea0578e4badb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "39b77d45-1229-41db-a320-ea0578e4badb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fb5839e4-c0b8-425f-bc50-12be971491f6",
"Rows": [
{
"ItemId": "39b77d45-1229-41db-a320-ea0578e4badb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "39b77d45-1229-41db-a320-ea0578e4badb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"17ed7187-52be-412d-a425-ddd3b01efef8",
"a5ec00c9-c41e-418a-b946-0438956bb48f"
],
"Approvers": [
"0a63453b-1d46-427f-80b8-20828eaf1796",
"39d5c365-6410-4ffe-bcee-044621a142ba"
],
"ApprovedBy": "735a1cbc-75fe-471b-a0b5-1196e48786ad",
"ApprovalDate": "2026-05-31T06:41:25.2444243+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b544b09a-8563-43d1-a318-ab2f0c5c8fb2",
"id": "3da61d18-5a53-4cac-9d59-6194b7a15f4d",
"ConfigId": "f1347695-7c18-4600-a0d2-684098ff42fc"
},
{
"GenerationDate": "2026-05-31T06:41:25.2444243+00:00",
"SubmitDate": "2026-05-31T06:41:25.2444243+00:00",
"ReportPeriodStart": "2026-05-31T06:41:25.2444243+00:00",
"ReportPeriodEnd": "2026-05-31T06:41:25.2444243+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fb5839e4-c0b8-425f-bc50-12be971491f6",
"Rows": [
{
"ItemId": "39b77d45-1229-41db-a320-ea0578e4badb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "39b77d45-1229-41db-a320-ea0578e4badb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fb5839e4-c0b8-425f-bc50-12be971491f6",
"Rows": [
{
"ItemId": "39b77d45-1229-41db-a320-ea0578e4badb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "39b77d45-1229-41db-a320-ea0578e4badb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"17ed7187-52be-412d-a425-ddd3b01efef8",
"a5ec00c9-c41e-418a-b946-0438956bb48f"
],
"Approvers": [
"0a63453b-1d46-427f-80b8-20828eaf1796",
"39d5c365-6410-4ffe-bcee-044621a142ba"
],
"ApprovedBy": "735a1cbc-75fe-471b-a0b5-1196e48786ad",
"ApprovalDate": "2026-05-31T06:41:25.2444243+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b544b09a-8563-43d1-a318-ab2f0c5c8fb2",
"id": "3da61d18-5a53-4cac-9d59-6194b7a15f4d",
"ConfigId": "f1347695-7c18-4600-a0d2-684098ff42fc"
}
]